home *** CD-ROM | disk | FTP | other *** search
/ The Web Masters 11 / WEB_11.iso / 100domes / Antechinus JavaScript Editor 2.0 / Setup.exe / Setups / JSEd / Installed / Autocomplete / String.ini < prev    next >
INI File  |  2002-04-12  |  1KB  |  31 lines

  1. [String]
  2. 0=3,anchor,strVariable.anchor(anchorstring); 
  3. 1=3,big,strVariable.big(); 
  4. 2=3,blink,strVariable.blink(); 
  5. 3=3,bold,strVariable.bold();
  6. 4=3,charAt,strVariable.charAt(index);
  7. 5=3,charCodeAt,strVariable.charCodeAt(index);
  8. 6=3,concat,string1.concat(string2);
  9. 7=3,fixed,strVariable.fixed();
  10. 8=3,fontcolor,strVariable.fontcolor(colorval);
  11. 9=3,fontsize,strVariable.fontsize(intSize);
  12. 10=3,fromCharCode,String.fromCharCode(code1, code2, ..., coden);
  13. 11=3,indexOf,strVariable.indexOf(substring, startindex);
  14. 12=3,italics,strVariable.italics();
  15. 13=3,lastIndexOf,strVariable.lastIndexOf(substring, startindex);
  16. 14=3,link,strVariable.link(linkstring);
  17. 15=3,match,strVariable.match(regExp);
  18. 16=3,replace,strVariable.replace(regExp, replaceText);
  19. 17=3,search,strVariable.search(regExp);
  20. 18=3,slice,strVariable.slice(start [, end]);
  21. 19=3,small,strVariable.small();
  22. 20=3,split,strVariable.split(str);
  23. 21=3,strike,strVariable.strike();
  24. 22=3,sub,strVariable.sub();
  25. 23=3,substr,strVariable.substr(start [, length]);
  26. 24=3,substring,strVariable.substring(start, end);
  27. 25=3,sup,strVariable.sup();
  28. 26=3,toLowerCase,strVariable.toLowerCase();
  29. 27=2,length,strVariable.length
  30. 28=3,toUpperCase,strVariable.toUpperCase();
  31.